Microsoft DirectX 8.1 (C++)

CBasicAudio::CBasicAudio

Constructor method.

Syntax

CBasicAudio(
  const TCHAR *pName,
  LPUNKNOWN pUnk
);

Parameters

pName

Pointer to the name of the object used in the CBasicAudio constructor for debugging purposes.

pUnk

Pointer to the owner of this object.

Return Value

No return value.

Remarks

Allocate the pName parameter in static memory. This name appears on the debugging terminal when the object is created and deleted.

See Also